/*=============================================
 Section1: Theme START
 ================================================*/
.theme {
  padding-top: 170px;
  padding-bottom: 30px;
}

.theme .container {
  display: flex;
  justify-content: center;

}

.blackText {
  background: black;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.theme-title h1 {
  width: 100%;
}

.theme-title-1 {
  width: 100%;
  color: #775628;
  margin-top: 20px;
  margin-bottom: 20px;
  font-weight: 600;
  font-size: calc(100% + 4px);
}

.theme-sub-title {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
}

.theme-1 {
  border: none;
  padding: 8px 30px 8px 30px;
  background: linear-gradient(85deg, #775628 0%, #c07f00 35%, #ffd95a 71%, #fff7d4 100%);
  border-radius: 40px;
  color: white !important;
  margin-right: 40px;
  margin-bottom: 20px;
  margin-top: 20px;
}

.theme-1:hover,
.theme-1:focus,
.theme-1:active {
  outline: none;
  border: solid 3px transparent;
  padding: 5px 27px 5px 27px;
  background-image: linear-gradient(90deg, rgba(119, 86, 40, 0.35) 0%, rgba(192, 127, 0, 0.35) 35%, rgba(255, 217, 90, 0.35) 71%, rgba(255, 247, 212, 0.35) 100%), linear-gradient(90deg, #775628 0%, #c07f00 35%, #ffd95a 71%, #fff7d4 100%);
  background-origin: border-box;
  background-clip: content-box, border-box;
  box-shadow: 2px 1000px 1px rgba(255, 255, 255, 0.95) inset;
  color: #775628 !important;
  outline: none;  
}

.theme-2 {
  border: none;
  margin-right: 0px;
  background: var(--gra2);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.theme-2:hover,
.theme-2:focus,
.theme-2:active {
  outline: none;
}

img {
  max-width: 100%;
  max-height: 100%;
  display: block;
  margin: auto;
}

.data-img {
  width: 110%;
}

.data-svg {
  margin-top: -50px;
}

@media (max-width: 1200px) {
  .theme-title-1 {
    margin-top: 10px;
  }
}

@media (max-width: 991px) {
  .theme {
    padding-top: 120px;
  }

  .theme-title-1 {
    margin-top: 10px;
  }

  .theme-sub-title {
    margin-top: 15px;
  }
}

@media (max-width: 768px) {
  .theme-sub-title h3 {
    margin-top: 15px;
  }
}
/* =======================================
Section1: Theme END
===================================================*/


/*==========================================
 Section3: Services START
 ===============================================*/
.service {
  margin-top: 8%;
}

.service-title h2 {
  text-align: center;
  background: var(--gra2);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.service-text {
  text-align: center;
}

.category-lists-slider .container {
  width: 90%;
  position: relative;
  border-bottom: 3px solid #B6B0D7;
  display: flex;
  justify-content: center;
  margin-top: 4%;
}

.category-button {
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  background-color: #fff;
  background: var(--gra2, linear-gradient(90deg, #775628 0%, #C07F00 99%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding: 8px 30px;
  border-radius: 8px;
  display: inline-block;
  cursor: pointer;
  user-select: none;
  margin-bottom: 10px;
}

.category-button.active {
  background: var(--ccds1);
  background-clip: text;
  -webkit-background-clip:unset;
  -webkit-text-fill-color: #fff;
}

@media (max-width: 1200px) {
  .category-button {
    font-size: 14px;
    font-weight: 600;
    padding: 8px 15px;
  }
}

@media (max-width: 991px) {
  .category-button {
    font-size: 12px;
    font-weight: 600;
    padding: 8px 10px;
  }
}

@media (max-width: 768px) {
  .category-button {
    font-size: 12px;
    font-weight: 600;
    padding: 8px 5px;
  }
  
  .category-lists-slider .container {
    gap: 5px;
  }
}

@media (max-width: 530px) {
  .category-button {
    font-size: 11px;
    font-weight: 600;
    padding: 8px 5px;
    line-height: 10px;
  }
}

@media (max-width: 300px) {
  .category-button {
    font-size: 6px;
    font-weight: 600;
    padding: 8px 5px;
    line-height: 10px;
  }
}

.data-text {
  display: none;
}

.data-text.active {
  display: block;
}

img {
  max-width: 100%;
  max-height: 100%;
}

.ser-img {
  float: left;
}

.ser-title {
  height: 60px;
  width: 100%;
  background: var(--gra2);
  border-radius: 100px 0px 0px 100px;
  display: inline-block;
  margin-top: 81px;
  overflow: hidden;
}

.ser-title-text h3 {
  font-family: 'Inter';
  font-weight: 700;
  background: var(--GRA5, linear-gradient(90deg, #FFD95A 0%, #FFF 99%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-top: 15px;
  margin-left: 30px;
}

.ser-text {
  margin-top: 30px;
  font-size: calc(100% - 2px);
  text-align: right;
}

@media (max-width: 1200px) {
  .ser-title-text {
    margin-top: 14px;
  }

  .ser-text {
    text-align: left;
  }
}

@media (max-width: 991px) {
  .ser-title {
    height: 50px;
    margin-top: 60px;
  }

  .ser-title-text h3 {
    margin-top: 12px;
  }

  .ser-text {
    text-align: left;
    margin-top: 10px;
  }
}

@media (max-width: 768px) {
  .ser-title {
    height: 40px;
    margin-top: 0px;
    margin-left: 50%;
    width: 50%;
  }

  .ser-title-text h3 {
    margin-top: 4px;
  }

  .ser-title-text {
    margin-top: 7px;
  }

  .ser-text {
    text-align: justify;
    margin-bottom: 30px;
  }
}

@media (max-width: 576px) {
  .ser-title {
    height: 35px;
    width: 50%;
    margin-top: 5px;
    margin-left: 50%;
  }

  .ser-title-text {
    margin-top: 3px;
  }

  .ser-title-text h3 {
    margin-top: 5px;
  }

  .ser-text {
    text-align: justify;
    margin-bottom: 30px;
  }
}

/* ======================================
Section2: Reason START
===========================================*/
.reason {
  margin-top: 10%;
}

.title-top {
  background: linear-gradient(111deg, #775628 20.16%, #FACB62 64.06%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 0px;
  margin-top: -10px;
}

.title-below {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.71) -14.29%, #7A5827 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.reason-cont {
  margin-top: 0px;
}

.reason-text {
  text-align: justify;
}

.reason-border {
  background: linear-gradient(83deg, #775628 -3.32%, #C07F00 49.14%, #FFD95A 103.11%);
  backdrop-filter: blur(150px);
  border-radius: 55px;
  margin-top: 5%;
  padding-top: 20px;
  padding-bottom: 20px;
}

.card-slider {
  width: 90%;
  margin-top: 80px;
  margin-bottom: 80px;
  margin-left: 5%;
}

.card-1,
.card-2,
.card-3,
.card-4,
.card-5 {
  border-radius: 15px;
  height: 320px;
  background: #fff;
  outline: none;
  border: solid 5px transparent;
  padding: 5px 27px 5px 27px;
  background-image: linear-gradient(90deg, rgba(119, 86, 40, 0.35) 0%, rgba(192, 127, 0, 0.35) 35%, rgba(255, 217, 90, 0.35) 71%, rgba(255, 247, 212, 0.35) 100%), linear-gradient(90deg, #775628 0%, #c07f00 35%, #ffd95a 71%, #fff7d4 100%);
  background-origin: border-box;
  background-clip: content-box, border-box;
  box-shadow: 2px 1000px 1px rgba(255, 255, 255, 0.95) inset;
  outline: none;
}

.card-title h3 {
  font-family: 'Inter';
  text-align: center;
  color: #775628;
  margin-top: 20px;
  font-size: calc(100%-2px);
}

.card-text {
  font-family: 'Inter';
  margin-top: 16px;
  font-size: calc(100%-1px);
}

@media (max-width: 1200px) {
  .reason-border {
    width: 100%;
    margin-left: 0;
  }

  .card-title h3 {
    margin-top: 20px;
  }
}

@media (max-width: 991px) {
  .reason-text {
    margin-top: 5px;
  }

  .card-title h3 {
    margin-top: 30px;
  }

  .col-lg-12 {
    padding-right: 5px;
    padding-left: 5px;
  }

  .card-1, .card-2, .card-3, .card-4, .card-5 {
    height: 320px;
    padding: 5px 15px 5px 15px;
  }

  .card-body {
    padding: 1.25rem 0px;
  }
}

@media (max-width: 768px) {
  .reason-border {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .reason-text {
    margin-top: 10px;
  }

  .card-title h3 {
    margin-top: 30px;
  }
}

@media (max-width: 567px) {
  .card-body {
    padding: 1.25rem;
  }

  .col-lg-12 {
    padding-right: 15px;
    padding-left: 15px;
  }

  .card-1, .card-2, .card-3, .card-4, .card-5 {
    height: 250px;
    padding: 5px 27px 5px 27px;
  }

  .card-text {
    font-size: 15px;
  }
}
/* ===========================================
Section2: Reason END
================================================*/